*{
    position: relative;
    z-index: 1;
    color: #333;
}

.container{
    width: 1024px;
}

/*头部***********************************/
.header *{
    max-width: 100%!important;
}


/*轮播************************************/
.carousel-inner > .item > a > img{
    width: 100%;
}

/************************************轮播*/



/*搜索框*******************************/
.search-div{
    text-align: center;
    padding: 15px 0;
    background-color: #ededed;
}

.search-input{
    height: 28px;
    box-sizing: border-box;
    outline: none;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    padding: 0 35px 0 15px;
    text-align: center;
    letter-spacing:1px   /*设置字体间距*/
}

.btn-search{
    width: 0;
    position: relative;
    border: 0;
    border-radius: 0;
    left: -40px;
    /*top: -4px;*/
    margin: 0;
    padding: 1px;
}
.btn-search img{
    width: 24px;
    height: 24px;
}

/*******************************搜索框*/


.footer{
    background-color: #015bef;
    line-height: 1em;
    padding: 6px 12px
}

.footer *{
    max-width: 100%!important;
}

.left-side-content{
    z-index: -1;
}
.article-content{
    z-index: -2;
}